createDeploymentTrigger

Create a deployment trigger.

This command creates a deployment trigger for the given environment, component, application process, and user.

Format

udclient [global-args...] [global-flags...]
  createDeploymentTrigger [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "applicationProcess": "Required. ID of the application 
  process.",
  "component": "Required. Name or ID of the component.",
  "environment": "Required. ID of the environment.",
  "executingUser": "Required. Name or ID of the user to 
  execute the deployment."
}

Related REST command: Create a deployment trigger..